Package com.netscape.certsrv.ocsp
Interface IOCSPService
public interface IOCSPService
This class represents the servlet that serves the Online Certificate
Status Protocol (OCSP) requests.
- Version:
- $Revision$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the in-memory count of the processed OCSP requests.long
Returns the in-memory time (in mini-second) of the processed time for OCSP requests.long
Returns the total data signed for OCSP requests.long
long
Returns the in-memory time (in mini-second) of the signing time for OCSP requests.
-
Method Details
-
getNumOCSPRequest
long getNumOCSPRequest()Returns the in-memory count of the processed OCSP requests.- Returns:
- number of processed OCSP requests in memory
-
getOCSPRequestTotalTime
long getOCSPRequestTotalTime()Returns the in-memory time (in mini-second) of the processed time for OCSP requests.- Returns:
- processed times for OCSP requests
-
getOCSPTotalSignTime
long getOCSPTotalSignTime()Returns the in-memory time (in mini-second) of the signing time for OCSP requests.- Returns:
- processed times for OCSP requests
-
getOCSPTotalLookupTime
long getOCSPTotalLookupTime() -
getOCSPTotalData
long getOCSPTotalData()Returns the total data signed for OCSP requests.- Returns:
- processed times for OCSP requests
-